home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / ldapjdk.jar / netscape / ldap / util / LDIFDeleteContent.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-04-13  |  414 b   |  12 lines

  1. package netscape.ldap.util;
  2.  
  3. public class LDIFDeleteContent implements LDIFContent {
  4.    public int getType() {
  5.       return 2;
  6.    }
  7.  
  8.    public String toString() {
  9.       return "LDIFDeleteContent {}";
  10.    }
  11. }
  12.